db_venik
Previous topic Chapter index Next topic

Foreign Key: fk_espece_genre

 

 

Schema

public

 

Table

espece

 

Descriptions

There is no description for foreign key fk_espece_genre

 

Definition

FOREIGN KEY (idgenre)
   REFERENCES public.genre(idgenre)
   ON DELETE NO ACTION
   ON UPDATE NO ACTION
   NOT DEFERRABLE

This file was generated with SQL Manager for PostgreSQL (www.pgsqlmanager.com)
Previous topic Chapter index Next topic